From: Aaron Schulz Date: Tue, 8 Apr 2008 21:22:44 +0000 (+0000) Subject: Don't copy over, append X-Git-Tag: 1.31.0-rc.0~48509 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=9e0e345d41e557f2fbb344d1f8f358b92d15220f;p=lhc%2Fweb%2Fwiklou.git Don't copy over, append --- diff --git a/includes/LogEventsList.php b/includes/LogEventsList.php index 69e54da5de..f8cf0f3497 100644 --- a/includes/LogEventsList.php +++ b/includes/LogEventsList.php @@ -159,7 +159,7 @@ class LogEventsList { if( self::isDeleted($row,LogPage::DELETED_USER) ) { $userLink = '' . wfMsgHtml( 'rev-deleted-user' ) . ''; } else { - $userLink = $this->skin->userLink( $row->log_user, $row->user_name ); + $userLink = $this->skin->userLink( $row->log_user, $row->user_name ) . $this->skin->userToolLinks( $row->log_user, $row->user_name ); } // Comment